home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
util
/
moni
/
SysLog.lha
/
SysLog_V1.20
/
Developer
/
GCC
/
os-include
/
proto
/
syslog.h
Wrap
C/C++ Source or Header
|
1996-10-27
|
238b
|
13 lines
#ifndef PROTO_SYSLOG_H
#define PROTO_SYSLOG_H
#include <clib/syslog_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/syslog.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *SysLogBase;
#endif
#endif